Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / PdfString Constructor / PdfString Constructor(Byte[],Int32,Int32)
The byte array.
The offset in the value.
The length of the name.

In This Topic
    PdfString Constructor(Byte[],Int32,Int32)
    In This Topic
    Initializes a new instance of the PdfString class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As System.Byte, _
       ByVal offset As System.Integer, _
       ByVal length As System.Integer _
    )
    public PdfString( 
       System.byte[] value,
       System.int offset,
       System.int length
    )

    Parameters

    value
    The byte array.
    offset
    The offset in the value.
    length
    The length of the name.
    See Also